Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
TunnelIpsecAttribute Class Reference

This class holds the Ipsec Tunnel Attributes. More...

Public Member Functions

string getKey ()
 Returns the key value for the tunnelIpsecAttribute. More...
 
void setKey (string)
 Sets the key for the tunnelIpsecAttribute. More...
 
string getName ()
 Returns the lifetime value for the tunnelIpsecAttribute. More...
 
void setName (string)
 Sets the name for the tunnelIpsecAttribute. More...
 

Detailed Description

This class holds the Ipsec Tunnel Attributes.

Member Function Documentation

◆ getKey()

string TunnelIpsecAttribute::getKey ( )

Returns the key value for the tunnelIpsecAttribute.

Returns
string.

◆ getName()

string TunnelIpsecAttribute::getName ( )

Returns the lifetime value for the tunnelIpsecAttribute.

Returns
string.

◆ setKey()

void TunnelIpsecAttribute::setKey ( string  )

Sets the key for the tunnelIpsecAttribute.

Parameters
string,thekey value.

◆ setName()

void TunnelIpsecAttribute::setName ( string  )

Sets the name for the tunnelIpsecAttribute.

Parameters
string,thename value.

The documentation for this class was generated from the following file: